body{
    padding: 0px;
    margin: 0px;
}

nav{
    width: 100%;
    margin: 0px;
    background-color: beige;
    height: 70px;
    display: flex;
    box-shadow: 1px 1px 8px silver;
}
.logobox{
    margin-left: 50px;
    display: flex;      
    align-self: center;
    justify-content:center;
    justify-items: center;
}
.logo{
    width: 160px;
    height: 50px;    
    align-self: center;
    
}

.flexbox{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 10px;

    

}


.flexcont{
    width: 100%;
    display: block;
    justify-content: center;
}
.divbox2{
    width: 100%;    
    justify-content: center;
    align-items: center;
    align-content: center;

}

.footerbox4{
    width: 100%;    
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;

}
nav input{
    height: 25px;
    width:200px;
    border-radius: 20px;
    margin-top: 20px;
    background-color:gainsboro;
    margin-bottom: 20px;
    
    
        
}

#searchbarmin{
    height: 35px;
    width:97.5%;
    margin: 0px;    
    background-color:gainsboro;
    border: none;



    
}


nav ul{
    display: flex;
    width: 100%;
   
    
    justify-content:  center;    
    align-items: center;    
    list-style: none;
   
}
nav ul li{
    margin-right: 15px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-family: Arial, Helvetica, sans-serif;
}

nav ul li a{
    text-decoration: none;
    color:rgb(58, 31, 0);
}
nav ul li a{
    display: inline-block;
    position: relative;
    height: 20px;
}

nav ul li a::after
{
   content: "";
   position: absolute;
   width: 100%;
   transform: scaleX(0);
   height: 2px;
   bottom: 0;
   left: 0;
   background-color: orangered;
   transform-origin: bottom right;
   transition: transform 0.4s ease-out;


}

nav ul li a:hover::after{
    transform: scaleX(1);
    transform-origin: bottom left;
}



.hero{
    height: fit-content;
    width: 100%;
    height: 500px;    
    padding: 0px;  

    background-position:center;

    background-size: cover; 
    
    
    justify-items: left;
      
    
}


.hero2{
    height: fit-content;
    width: 100%;
    height: 300px;    
    padding: 0px;  
    background-image: url('hero3.jpg');

    background-position:center;

    background-size: cover; 
    
    
    justify-items: left;
      
    
}


.hero h1{
    color: beige;
    margin: 0px;
    font-size: px;
    
}

.hero2 h1{
    color: beige;
    margin: 0px;
    font-size: px;
    width:100%;
    text-align:center;
    justify-self:center;
    align-self:center;
    
}



.getquote{
    background-color: orange;
    height: 50px;
    width: 120px;
    border-radius: 30px;
    justify-self: center;
    justify-content: center;
    justify-items: center;
    border-color: orange;
    margin-bottom: 80px;

}

#banner{
    width: 100%;
    align-content:end;
 
    background-color:rgb(58, 31, 0,.4);
    display: flex;position: absolute;
    z-index: 1;
    height: 500px;
    top:70px;
    
    
}

#banneranim{
    
    position: relative;
    animation: mymove 3s 1;
    opacity: 0;
    animation-fill-mode: forwards;
    margin-left: 20px;
    


}



  
  #banner {animation-timing-function: ease;}

  
  @keyframes mymove {
    from {top :100px;}
    to {top: 0px;}
    100%{opacity: 1}

  }




.grids{
    display: grid;
    justify-content: center;
    padding-top: 30px;
    
    grid-template-columns: 300px ;
    column-gap: 50px;
    row-gap: 60px;
    
    padding-bottom: 60px;
  

}

.aboutuscont{
    font-size:16px;
    font-family:sans-serif;
    text-align: justify;
    line-height: 1.6;
    margin: 30px;

    

}





.card{
    margin-top: 20px;

    width:300px;
    height: 275px;   
    text-decoration: none;
    background-color: orange;
    box-shadow: 3px 3px 10px black;
    display: block;
    
    
}

.card img :hover{
    
    
    width:102%;


}


.card img{
    width: 100%;
    height:240px;
    margin-bottom: 0px;
   padding-bottom: 0px;
    
}

.card h3 {
    color: black;
    margin: 0px;
    margin-top: 5px;
    margin-left: 10px; 
    font-size: 16px;

 
}

.card a {

    padding-top: 15px;
    margin-top: 0px;
    color: beige;
    display: block;
    height: 30px;
    width: 100%;
    justify-self: center;
    text-align: center;
    align-self: center;
    background-color: orange;
     

 
}


.card3{
    margin-top: 20px;

    width:300px;
    height: 285px;   
    text-decoration: none;
    background-color:rgb(255, 175, 28);
    box-shadow: 3px 3px 10px gray;
    display: block;
    
    
}

.card3 img :hover{
    
    
    width:102%;


}


.card3 img{
    width: 100%;
    height:240px;
    margin-bottom: 0px;
   padding-bottom: 0px;
    
}

.card3 h3 {
    color: black;
    text-align: center;
    margin: 0px;
    margin-top: 10px;
    margin-left: 10px; 
    font-size: 16px;

 
}







.card1{
    width:300px;
    height: 200px;   
    text-decoration: none;
    background-color: white;
    border-radius: 20px;
    justify-content: center;
    justify-items: center;
    box-shadow: 3px 3px 3px black;
        
    
}

.card1 img{
    justify-self: center;
    align-self: center;
    margin-top: 30px;
   
    
}


.card2{
    width:300px;
    height: 200px;   
    text-decoration: none;
    background-color: rgb(58, 31, 0);
    color:white;
    border-radius: 20px;
    justify-content: center;
    justify-items: center;
    box-shadow: 3px 3px 3px black;
        
    
}


.card2 img{
    width:64px;
    height: 64px;   
    justify-self: center;
    align-self: center;
    margin-top: 30px;
        
    
}




.search-items{
    display: block;
    box-shadow: 10px 10px 10px black;    
    background-color:beige;
    height: 35px;
    color: black;
    width: 100%;
    margin: 0px;
    align-content: center;
    text-align: left;
    text-decoration: none;
    padding-left: 10px;
     
    

}

.search-items:hover{
    background-color: silver;
}

.hide{
    display: none;
}
.show{
    display: block;
}

#mobile-view,#footer3,#footer2{
    display: flex;

}

#main-view{
    display: none;
}


#menu{
    width:40px;
    height: 40px;
    background-color: rgb(255, 115, 0);
    border-color: rgb(250, 112, 0);
    align-self: center;
    
    
    color: white;
    font-size: 25px;
    
 

}

#services{
    
    background-color:beige;
    border: none;  
    align-self: center;
    box-shadow:none;
    border-image: none;
    color:rgb(58, 31, 0);
    font-size: 16px;
    
 

}

#min-searchres{
    display: inline-block;
    position: relative;
}

.search-items{
    display: block;
    box-shadow: 3px 3px 10px grey;
    border-bottom: 1px solid black;
    background-color:beige;
    height: 35px;
    color: black;
    width: 100%;
    margin: 0px;
    align-content: center;
    text-align: left;
    text-decoration: none;
    
}

#min-menu{
    width: 97%;
    position: relative;
    display: none;
    z-index: 5;
}

#user-button{
    background-color:none;
    border:none; 
    border-radius: 20px;
    width:40px;
    height: 40px;
    display: block;
    cursor: pointer;

}

#serve-menu{
    width:200px;
    display: none;
    position: absolute; 
      
    top:70px;
    z-index: 5;    
}


#user-menu{
    width:100px;
    display: none;
    position: absolute; 
    
       
    top:70px;
    z-index: 2;    
}



.footerlinks{
    text-decoration: none;
    color: beige;
    justify-self: center;
    
}

    

.slideshow-container {
 
    position: relative;
  
    width: 85%;
    margin-left:7% ;
  }

  .slideshow-container img {
    height: 400px;
    width: 100%;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
    
    
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 3s;
  }
  
  @keyframes fade {
    from {opacity: .5}
    to {opacity: 1}
  }
  
  #whatsapp-button{
    z-index: 2;
    position: fixed;
    bottom: 20px;
    right: 10px;
    scroll-behavior: initial;
    text-decoration: none;
   

  }
  #whatsapp-button:hover:after{
    content: 'Whatsapp us';
    text-decoration: none;
    color: black;
    background-color: white;
    padding: 15px;
    border-radius: 20px;




  }

  .card4{
 
    width:300px;
    height: 325px; 
    box-shadow: 1px 1px 10px gray;  
    border-radius: 20px;
    justify-items: center;
    margin-top: 40px;

  }

  .card4 h5{
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 5px;
    display: block;
  }

  .card4 div a{
    text-decoration: none;
  }

.cardlink{
    color:black;
    text-decoration: none;
}

.cardlink2{
    color:orange;
    text-decoration: none;
    font-size: 17px;

}

